Well, this archive contains the current proposition for the Glossary system.

Just templates, no JS nor DPL currently.

It is currently quite under my first goals – but it seems to be hard to implement dynamic stuff with mediawiki, even with tools like DPL. I’ll continue to investigate, anyway…

Here are the list of files, and their corresponding expected names in the wiki:

The style sheet:
*Blender.css → MediaWiki:Blender.css (should extend it, not replace it, of course)

The samples:
*EN_glossary.txt → Doc:Glossary
*FR_glossary.txt → Doc:FR/Glossary

The templates:
*template_glossary.txt                          → Template:Glossary
*template_glossary_documentation.txt            → Template:Glossary/Documentation
*template_glossary_group.txt                    → Template:Glossary/Group
*template_glossary_group_documentation.txt      → Template:Glossary/Group/Documentation
*template_glossary_entry.txt                    → Template:Glossary/Entry
*template_glossary_entry_documentation.txt      → Template:Glossary/Entry/Documentation
*template_glossary_entry_dict.txt               → Template:Glossary/Entry/Dict
*template_glossary_entry_dict_documentation.txt → Template:Glossary/Entry/Dict/Documentation
*template_glossary_link.txt                     → Template:Glossary/Link
*template_glossary_link_documentation.txt       → Template:Glossary/Link/Documentation
*template_glossary_link_path.txt                → Template:Glossary/Link/Path
*template_glossary_link_path_documentation.txt  → Template:Glossary/Link/Path/Documentation

All this should work straightaway, this time ;) (at least, I hope! It does on my sandbox wiki…).

